(C) 1996 AROS - The Amiga Replacement OS


NAME
void InitCode()
SYNOPSIS
ULONG startClass
ULONG version

LOCATION
In SysBase at offset 12
FUNCTION
Traverse the ResModules array and InitResident() all modules with versions greater than or equal to version, and of a class equal to startClass.

INPUTS
startClass
which type of module to start
version
a version number
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
12.05.1997 aros
Fixed all headers
01.02.1997 ldp
Implemented
01.01.1997 ldp
Committed Amiga native (support) code

Changed clib to proto

10.12.1996 aros
Moved all #include's in the first column so makedepend can see it.
09.12.1996 aros
Added (almost empty) versions for all missing functions. If they are called, they just print "Functions %s not implemented" and return an error if possible.